home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Elevator Simulator.cpt / Elevator Simulator™ / card_2889.txt < prev    next >
Encoding:
Text File  |  1987-10-19  |  567 b   |  31 lines

  1. -- card: 2889 from stack: in
  2. -- bmap block id: 5730
  3. -- flags: 4000
  4. -- background id: 2581
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menubar
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=1 top=4 right=342 bottom=510
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect dissolve slow
  28.   go to card "Main"
  29. end mouseUp
  30.  
  31.